home *** CD-ROM | disk | FTP | other *** search
/ Team Palmtops 7 / Palmtops_numero07.iso / WinCE / SDKWindowsCE / HandHeldPCPro30 / sdk.exe / Jupiter SDK / data1.cab / MFC_Samples / maths2 / mathsppg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-02-19  |  868 b   |  34 lines

  1. // MathsPpg.h : Declaration of the CMaths2PropPage property page class.
  2.  
  3. ////////////////////////////////////////////////////////////////////////////
  4. // CMaths2PropPage : See MathsPpg.cpp.cpp for implementation.
  5.  
  6. class CMaths2PropPage : public COlePropertyPage
  7. {
  8.     DECLARE_DYNCREATE(CMaths2PropPage)
  9.     DECLARE_OLECREATE_EX(CMaths2PropPage)
  10.  
  11. // Constructor
  12. public:
  13.     CMaths2PropPage();
  14.  
  15. // Dialog Data
  16.     //{{AFX_DATA(CMaths2PropPage)
  17.     enum { IDD = IDD_PROPPAGE_Maths2 };
  18.     BOOL m_bOpposite;
  19.     //}}AFX_DATA
  20.  
  21. // Implementation
  22. protected:
  23.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  24.  
  25. // Message maps
  26. protected:
  27.     //{{AFX_MSG(CMaths2PropPage)
  28.         // NOTE - ClassWizard will add and remove member functions here.
  29.         //    DO NOT EDIT what you see in these blocks of generated code !
  30.     //}}AFX_MSG
  31.     DECLARE_MESSAGE_MAP()
  32.  
  33. };
  34.